Click or drag to resize

TaskRecurrence Class

Contains recurrence information for recurring tasks.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeTaskRecurrence

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class TaskRecurrence

The TaskRecurrence type exposes the following members.

Constructors
  NameDescription
Public methodTaskRecurrence
Initializes a new instance of the TaskRecurrence class.
Public methodTaskRecurrence(TaskRecurrencePattern)
Initializes a new instance of the TaskRecurrence class.
Public methodTaskRecurrence(TaskRecurrencePattern, RecurrenceRange)
Initializes a new instance of the TaskRecurrence class.
Top
Properties
  NameDescription
Public propertyPattern
Contains the Recurrence pattern for the Task.
Public propertyRange
Contains the Recurrence range for the Tasks.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current TaskRecurrence object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also